Click or drag to resize

Contact Class

The Contact class contains the URI at which the client would like to receive requests. The Contact can contain a display name, a URI with URI parameters, and parameters.
Inheritance Hierarchy
SystemObject
  Independentsoft.SipContact

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Contact

The Contact type exposes the following members.

Constructors
  NameDescription
Public methodContact
Initializes a new instance of the Contact class.
Public methodContact(String)
Initializes a new instance of the Contact class from the specified string.
Public methodContact(String, String)
Initializes a new instance of the Contact class with the specified name and address.
Public methodContact(String, String, Int32)
Initializes a new instance of the Contact class with the specified name, address and expires value.
Public methodContact(String, String, String)
Initializes a new instance of the Contact class with the specified name, address and expires value.
Top
Properties
  NameDescription
Public propertyAddress
Gets or sets the URI. Usually it contains IP address and port number where user would like to receive requests/responses.
Public propertyExpires
Gets or sets "expires" parameter. This parameter is only used when the Contact is present in a REGISTER request or response.
Public propertyName
Gets or sets display name.
Public propertyParameters
Gets collection of parameters.
Public propertyPriority
Gets or sets "q" property. This parameter is only used when the Contact is present in a REGISTER request or response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also